projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1cd83
)
open-with-widget: don't set border in the widget box
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 18 Nov 2010 17:44:55 +0000
(18:44 +0100)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000
(16:51 +0100)
gtk/gtkopenwithwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkopenwithwidget.c
b/gtk/gtkopenwithwidget.c
index c309def8029b7d49d89c697a7b3e49e1735ced77..8a04f5aa232c012d603505fe956ffc42a6362bb3 100644
(file)
--- a/
gtk/gtkopenwithwidget.c
+++ b/
gtk/gtkopenwithwidget.c
@@
-909,8
+909,6
@@
gtk_open_with_widget_init (GtkOpenWithWidget *self)
GtkOpenWithWidgetPrivate);
gtk_orientable_set_orientation (GTK_ORIENTABLE (self), GTK_ORIENTATION_VERTICAL);
- gtk_container_set_border_width (GTK_CONTAINER (self), 5);
-
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
gtk_widget_set_size_request (scrolled_window, 400, 300);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window),